home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fap110.zip / FAP.CFG < prev    next >
Text File  |  1992-12-16  |  5KB  |  123 lines

  1. ;File Announcer for Points configuration file.
  2. ;All lines that start with a ; are ignored.
  3.  
  4. ;The NetFile option tells FAP where to look for new files.  You can
  5. ;enter up to 32 of these.  Duplicates will be ignored.
  6.  
  7. NetFile d:\modem\bbs\file
  8.  
  9. ;The FileExclude verb tells FAP where to find the list of files to
  10. ;exclude from new file scanning.  This file holds the full path and file name
  11. ;of any file that has been scanned by FAP.  If a file is found in a
  12. ;directory and is in the FileExclude file, it is not announced.  You can
  13. ;manually edit this file with a text editor.  The default is EXCLUDE.DAT
  14.  
  15. FileExclude FAP.DAT
  16.  
  17. ;The Area verb tells the FAP where to put the file announcements.  It should
  18. ;point to a Squish, MSG or QBBS style base.  NOTE: This message base must
  19. ;already exist or it will not work.  THIS MUST BE INCLUDED.  THERE IS NO
  20. ;DEFAULT!
  21.  
  22. Area d:\msgs\cvpfiles
  23. ;Area d:\faptest
  24. ;Area d:\tp
  25.  
  26. ;The BoardNo verb tells FAP what QBBS Board Number to post the message to.
  27. ;1 is the default.  You only need this if you use QBBS (Hudson) style
  28. ;message bases.  This number can be between 1 and 65535.
  29.  
  30. BoardNo 1
  31.  
  32. ;The NumberAnnounce verb tells you how many files announcements will go in
  33. ;each message.  The default is 3.  If there are more than the number
  34. ;specified, it will be broken into multiple messages.  You cannot have more
  35. ;than 32 files per message.  Any number greater will be reset to 32.
  36. ;The larger the number, the less FAP has to shell to DOS so FAP will run
  37. ;a lot faster if you get many files in one transfer.
  38.  
  39. NumberAnnounce 3
  40.  
  41. ;The AreaType verbs tell FAP what message area to support.  Right now,
  42. ;FAP supports Squish, MSG and QBBS bases.  Put the word Squish after AreaType
  43. ;to use Squish style bases.  Put the word *.MSG after the AreaType to use
  44. ;MSG type bases.  Put the word QBBS to use QBBS style message bases.  Squish
  45. ;is the default
  46.  
  47. AreaType Squish
  48.  
  49. ;The AddressFrom verb is to define the address the message is from.  This
  50. ;MUST be included if there is no AddressTo verb.
  51.  
  52. AddressFrom 1:163/307.30
  53.  
  54. ;The AddressTo verb is to define the address the message is from.  This
  55. ;MUST be included if there is no AddressFrom verb.
  56.  
  57. AddressTo 1:163/307.30
  58.  
  59. ;The FAPTempFile verb points to the temp file.  The default is NEWFILE.FAP.
  60. ;The temp file simply stores the text that will go into the file
  61. ;announcement message.  If a file by the name given already exists, it will
  62. ;be erased.
  63.  
  64. FAPTempFile FAP.TMP
  65.  
  66. ;The MSGTempFile verb points to the temp file that FAP makes for temporary 
  67. ;storage of messages.  If this file already exists, it will be erased.  The
  68. ;default is FAPMSG.TMP.
  69.  
  70. MSGTempFile FAPMSG.TMP
  71.  
  72. ;The From verb is what appears on the From line of the message.  FAP and then
  73. ;the version is the default.  If you want the right version number displayed,
  74. ;do not include a from line.
  75.  
  76. ;From FAP v1.10
  77.  
  78. ;The To verb is what appears on the To line of the message.  All is the
  79. ;default.
  80.  
  81. To All
  82.  
  83. ;The Subject verb is what appears on the Subject line of the message.
  84. ;"New Files" is the default.  (without the surrounding quotes).  In all
  85. ;messages (after the subject) there will be a set of square brackets that
  86. ;hold the number of messages that have been announced.
  87.  
  88. Subject New Files
  89.  
  90. ;The OriginLine verb tells FAP what to put on the Origin Line of your
  91. ;message.  DO NOT PUT YOUR ADDRESS HERE.  It will be added to the end
  92. ;of the Origin Line by FAP.  The default is:
  93. ;'Point System Using FAP ' + Version + ' * (' + FromAddress + ')'
  94.  
  95. OriginLine Carp Valley Point * Carp, Ontario
  96.  
  97. ;The TICAnnounce verb tells FAP if it should read into TIC files and
  98. ;announce the files that appear in them.  Valid options are Yes and No.  The
  99. ;default is Yes.
  100.  
  101. TICAnnounce Yes
  102.  
  103. ;The RSPAnnounce verb tells FAP if it should convert files with the RSP
  104. ;extension into a message.  Valid options are Yes and No.  The default is
  105. ;Yes.  Sometimes when you file request a file from a BBS but you get the
  106. ;password wrong or the file cannot be found, they BBS will return a RSP file.
  107. ;FAP will post this file to you message base.
  108.  
  109. RSPAnnounce Yes
  110.  
  111. ;The AlwaysExclude command will always exclude certain files from a scan.
  112. ;This is usefull to exclude mail packets or files you get on a regular basis.
  113. ;There are no defaults.  You can have 32 of these.
  114.  
  115. AlwaysExclude *.PKT
  116. AlwaysExclude *.SU*
  117. AlwaysExclude *.MO*
  118. AlwaysExclude *.TU*
  119. AlwaysExclude *.WE*
  120. AlwaysExclude *.TH*
  121. AlwaysExclude *.FR*
  122. AlwaysExclude *.SA*
  123.